Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NMatrix Structure / TransformPoints Method / TransformPoints(Double[],Double[],Int32) Method


In This Topic
    TransformPoints(Double[],Double[],Int32) Method
    In This Topic
    Transforms the specified point coordinates. The arrays lengths must match and the count must be less than or equal to the arrays length.
    Syntax
    'Declaration
     
    
    Public Overloads Sub TransformPoints( _
       ByVal arrX() As System.Double, _
       ByVal arrY() As System.Double, _
       ByVal count As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NMatrix
    Dim arrX() As System.Double
    Dim arrY() As System.Double
    Dim count As System.Integer
     
    instance.TransformPoints(arrX, arrY, count)
    public void TransformPoints( 
       System.double[] arrX,
       System.double[] arrY,
       System.int count
    )

    Parameters

    arrX
    arrY
    count
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also